GET api/app/metadata/{entityId}/{appliesTo}?valueNames[0]={valueNames[0]}&valueNames[1]={valueNames[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId | integer |
Required |
|
| appliesTo | string |
Required |
|
| valueNames | Collection of string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of string [key] and string [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]